home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / COBOL / H309.ZIP / TREE.ZIP / NJTREE.DOC < prev    next >
Text File  |  1993-07-07  |  929b  |  31 lines

  1. NJTREE
  2.  
  3. This is a simple directory tree program, which should cope with hard disks
  4. with a large number of files (tested with 6000+ on a file server).
  5.  
  6. It produces a listing, sorted within directory, using a filespec for
  7. selection of files. Default is to show only the directory tree.
  8.  
  9. Use NJTREE /? for details of parameters.
  10.  
  11. Example of output, using the command:    NJTREE C:\ *.ps > printfle
  12.  
  13.       C:\
  14.         ╞══DOS                          > Double bar shows directory
  15.         ╘══WP51
  16.            ╞══DICT
  17.            ╞══DOCS
  18.            │  ╞══NEIL
  19.            │  ╘══SD10026
  20.            │     ╘══TEMP
  21.            ╞══LEARN
  22.            ╞══MACROS
  23.            ╞══PRINT
  24.            │  └──EHANDLER.PS            > Single bar shows file
  25.            ╞══STYLES
  26.            ╘══TEMP
  27.  
  28. DELTREE (delete tree) deletes ALL FILES AND SUBDIRECTORIES of the named
  29. directory, except any which are read-only. USE WITH CARE!!
  30.  
  31.